Interface QRCodeScannerSDKConstants
public interface QRCodeScannerSDKConstants
Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIndicates that the QRCode Scanner SDK must parse image to search Cronto Sign Imagesstatic final Stringextra key to indicates which type of code must be searched.static final StringExtra key to activate or deactivate the scanner overlay on scan viewstatic final StringExtra key to use a custom color for the scanner overlay.static final StringExtra key to activate or deactivate vibration feedback after scanningstatic final StringExtra returning the output type result.static final StringExtra returning the exception when an error occurs while scanningstatic final StringExtra key returning the scanning resultstatic final intIndicates that the QRCode Scanner SDK must parse image to search QR Codesstatic final intError code to return when an Exception has been thrown while scanningstatic final StringVersion of the QR Code SDK
-
Field Details
-
VERSION
Version of the QR Code SDK- See Also:
-
EXTRA_VIBRATE
Extra key to activate or deactivate vibration feedback after scanning- See Also:
-
EXTRA_CODE_TYPE
extra key to indicates which type of code must be searched. Possible values are 1 (QR Code), 2 (Cronto Sign image), or 1 + 2 (QR Code or Cronto Sign image),- See Also:
-
EXTRA_SCANNER_OVERLAY
Extra key to activate or deactivate the scanner overlay on scan view- See Also:
-
EXTRA_SCANNER_OVERLAY_COLOR
Extra key to use a custom color for the scanner overlay. The color can be set as an int. The default color is 0x99000000- See Also:
-
QR_CODE
static final int QR_CODEIndicates that the QRCode Scanner SDK must parse image to search QR Codes- See Also:
-
CRONTO_CODE
static final int CRONTO_CODEIndicates that the QRCode Scanner SDK must parse image to search Cronto Sign Images- See Also:
-
OUTPUT_RESULT
Extra key returning the scanning result- See Also:
-
OUTPUT_EXCEPTION
Extra returning the exception when an error occurs while scanning- See Also:
-
OUTPUT_CODE_TYPE
- See Also:
-
RESULT_ERROR
static final int RESULT_ERRORError code to return when an Exception has been thrown while scanning- See Also:
-